3.7.35 \(\int (a+b \log (c (d+\frac {e}{f+g x})^p))^n \, dx\) [635]

Optimal. Leaf size=25 \[ \text {Int}\left (\left (a+b \log \left (c \left (d+\frac {e}{f+g x}\right )^p\right )\right )^n,x\right ) \]

[Out]

Unintegrable((a+b*ln(c*(d+e/(g*x+f))^p))^n,x)

________________________________________________________________________________________

Rubi [A]
time = 0.00, antiderivative size = 0, normalized size of antiderivative = 0.00, number of steps used = 0, number of rules used = 0, integrand size = 0, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.000, Rules used = {} \begin {gather*} \int \left (a+b \log \left (c \left (d+\frac {e}{f+g x}\right )^p\right )\right )^n \, dx \end {gather*}

Verification is not applicable to the result.

[In]

Int[(a + b*Log[c*(d + e/(f + g*x))^p])^n,x]

[Out]

Defer[Int][(a + b*Log[c*(d + e/(f + g*x))^p])^n, x]

Rubi steps

\begin {align*} \int \left (a+b \log \left (c \left (d+\frac {e}{f+g x}\right )^p\right )\right )^n \, dx &=\int \left (a+b \log \left (c \left (d+\frac {e}{f+g x}\right )^p\right )\right )^n \, dx\\ \end {align*}

________________________________________________________________________________________

Mathematica [A]
time = 0.26, size = 0, normalized size = 0.00 \begin {gather*} \int \left (a+b \log \left (c \left (d+\frac {e}{f+g x}\right )^p\right )\right )^n \, dx \end {gather*}

Verification is not applicable to the result.

[In]

Integrate[(a + b*Log[c*(d + e/(f + g*x))^p])^n,x]

[Out]

Integrate[(a + b*Log[c*(d + e/(f + g*x))^p])^n, x]

________________________________________________________________________________________

Maple [A]
time = 0.08, size = 0, normalized size = 0.00 \[\int \left (a +b \ln \left (c \left (d +\frac {e}{g x +f}\right )^{p}\right )\right )^{n}\, dx\]

Verification of antiderivative is not currently implemented for this CAS.

[In]

int((a+b*ln(c*(d+e/(g*x+f))^p))^n,x)

[Out]

int((a+b*ln(c*(d+e/(g*x+f))^p))^n,x)

________________________________________________________________________________________

Maxima [A]
time = 0.00, size = 0, normalized size = 0.00 \begin {gather*} \text {Failed to integrate} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((a+b*log(c*(d+e/(g*x+f))^p))^n,x, algorithm="maxima")

[Out]

integrate((b*log(c*(d + e/(g*x + f))^p) + a)^n, x)

________________________________________________________________________________________

Fricas [A]
time = 0.00, size = 0, normalized size = 0.00 \begin {gather*} \text {could not integrate} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((a+b*log(c*(d+e/(g*x+f))^p))^n,x, algorithm="fricas")

[Out]

integral((b*log(c*((d*g*x + d*f + e)/(g*x + f))^p) + a)^n, x)

________________________________________________________________________________________

Sympy [A]
time = 0.00, size = 0, normalized size = 0.00 \begin {gather*} \int \left (a + b \log {\left (c \left (d + \frac {e}{f + g x}\right )^{p} \right )}\right )^{n}\, dx \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((a+b*ln(c*(d+e/(g*x+f))**p))**n,x)

[Out]

Integral((a + b*log(c*(d + e/(f + g*x))**p))**n, x)

________________________________________________________________________________________

Giac [A]
time = 0.00, size = 0, normalized size = 0.00 \begin {gather*} \text {could not integrate} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((a+b*log(c*(d+e/(g*x+f))^p))^n,x, algorithm="giac")

[Out]

integrate((b*log(c*(d + e/(g*x + f))^p) + a)^n, x)

________________________________________________________________________________________

Mupad [A]
time = 0.00, size = -1, normalized size = -0.04 \begin {gather*} \int {\left (a+b\,\ln \left (c\,{\left (d+\frac {e}{f+g\,x}\right )}^p\right )\right )}^n \,d x \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

int((a + b*log(c*(d + e/(f + g*x))^p))^n,x)

[Out]

int((a + b*log(c*(d + e/(f + g*x))^p))^n, x)

________________________________________________________________________________________